ResourceGetSize Method (String) |
Gets size of resource.
Namespace:
Independentsoft.Webdav
Assembly:
Independentsoft.Webdav (in Independentsoft.Webdav.dll) Version: 1.0.700.18437
Syntaxpublic long GetSize(
string address
)
Public Function GetSize (
address As String
) As Long
Parameters
- address
- Type: SystemString
The URI that identifies the resource.
Return Value
Type:
Int64Number of bytes.
See Also